home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilstem / superbat / page5.doc < prev    next >
Text File  |  1988-05-11  |  674b  |  25 lines

  1.  
  2.               I use this one for my backup batch file. On Friday the
  3.           system will perform a complete hard disk backup, and the
  4.           rest of the week it performs a modified files backup.
  5.  
  6.  
  7.                                ┌──────────────┐
  8.                                │ NO       COM │
  9.                                └──────────────┘
  10.  
  11.               This utility is handy to use outside of batch files
  12.           also. It allows you to include exceptions to DOS commands.
  13.           For example, if I wanted to delete all files from my
  14.           current location except COMMAND.COM, I would type:
  15.  
  16.           no command.com del *.*
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.